home *** CD-ROM | disk | FTP | other *** search
- echo off
- @cls
- @echo.
- @echo.
- @echo Options Menu
- @echo.
- @echo.
- @echo.
- @echo Press 1 type the explanation on your screen
- @echo.
- @echo Press 2 print out the explanation
- @echo.
- @echo Press 3 to return to the games menu
- @echo.
- @echo.
- dch [45] 9123 Please choose one now....
- if errorlevel 5 goto BYE
- if ERRORLEVEL 4 GOTO THREE
- if ERRORLEVEL 3 GOTO TWO
- if ERRORLEVEL 2 GOTO ONE
-
- goto bye
- :ONE
- @cls
- @type newcd.txt|more
- @pause
- goto bye
- :TWO
- @copy newcd.txt prn
- goto bye
- :THREE
- @cls
- goto bye
- :BYE
- cd\menu
-